home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / pbmplus / pgm / pgmedge.man < prev    next >
Text File  |  1995-03-17  |  938b  |  67 lines

  1.  
  2.  
  3.  
  4.      pgmedge(1)          AMIGA (04 February 1990)           pgmedge(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pgmedge - edge-detect a portable graymap
  10.  
  11.      SYNOPSIS
  12.           pgmedge [pgmfile]
  13.  
  14.      DESCRIPTION
  15.           Reads a portable graymap as input.  Outlines the edges, and
  16.           writes a portable graymap as output.  Piping the result
  17.           through pgmtopbm -threshold and playing with the threshold
  18.           value will give a bitmap of the edges.
  19.  
  20.           The edge detection technique used is to take the Pythagorean
  21.           sum of two Sobel gradient operators at 90 degrees to each
  22.           other.  For more details see "Digital Image Processing" by
  23.           Gonzalez and Wintz, chapter 7.
  24.  
  25.      SEE ALSO
  26.           pgmenhance(1), pgmtopbm(1), pgm(5), pbm(5)
  27.  
  28.      AUTHOR
  29.           Copyright (C) 1991 by Jef Poskanzer.
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/19/91)
  64.  
  65.  
  66.  
  67.